google.golang.org/grpc/internal/mem.bufferPool.Put (method)

3 uses

	google.golang.org/grpc/internal/mem (current package)
		buffer_pool.go#L47: 	Put(*[]byte)
		buffer_pool.go#L168: 	b.poolForPut(cap(*buf)).Put(buf)
		buffer_pool.go#L285: 	p.getPool(cap(*buf)).Put(buf)